const github.com/andybalholm/brotli.shortFillBitWindowRead

2 uses

	github.com/andybalholm/brotli (current package)
		bit_reader.go#L13: const shortFillBitWindowRead = (8 >> 1)
		decode.go#L578: 		if !checkInputAmount(br, shortFillBitWindowRead) {